home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
tqbe3
/
demo
/
demoqbe.dpr
next >
Wrap
Text File
|
1996-04-08
|
208b
|
14 lines
program Demoqbe;
uses
Forms,
Udemoqbe in 'UDEMOQBE.PAS' {Form1},
Qbenews in 'QBENEWS.PAS' {QBENewsDlg};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.